if you want to create a template for pull request so that your juniors follow it.md
## Description
_A few sentences describing the overall goals of the pull request's commits. In case you are creating or updating new endpoints, please document request, response schema._
## Database schema changes
_Please document any change in database schema made part of this PR._
## Tests
### Automated test cases added
- _Description of automated test 1_
- _Description of automated test 2_
- _Description of automated test 3_
### Manual test cases run
_For each manual test case, list the steps to test or reproduce the PR._
- _Description of manual test 1_
- _Description of manual test 2_
- _Description of manual test 3_
-
if you do this,you will get this kind of description in your pull requests.

